home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! 7.0 / PI2_CD1.ISO / pip / pi7 / 1033 / tour.swf / scripts / DefineButton2_500 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-07-09  |  102 b   |  8 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("2Distort");
  5.       play();
  6.    }
  7. }
  8.